PositionItemInfo<TKey,TSortKey> クラス メンバ
PositionItemInfo<TKey,TSortKey>データ型で公開されるメンバを以下の表に示します。
パブリック プロパティ
| | 名前 | 解説 |
 | Caption | |
 | Comparer | Gets the IEqualityComparer that is used to determine equality of keys for the dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | Count | Gets the number of key/value pairs contained in the Dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | HierarchyKey | |
 | HierarchyLevelKey | |
 | IsExpandable | このインスタンスが展開可能かどうかを示す値を取得または設定します。 |
 | IsExpanded | このインスタンスが展開されたかどうかを示す値を取得または設定します。 |
 | Item | Gets or sets the value associated with the specified key. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | Key | このインスタンスを識別するために使用されるキーを取得します。 |
 | Keys | Gets a collection containing the keys in the Dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | ParentKey | このインスタンスの親を識別するために使用されるキーを取得します。 |
 | PositionIndex | 軸内でこのインスタンスに関連付けられた位置のインデックスを取得します。このインデックスを有効なインデックスとするために、このインスタンスは PositionItemInfo<TKey,TSortKey> オブジェクトの階層の一番下のレベルになければなりません。 |
 | PositionItem | |
 | PositionItemDepth | このインスタンスが接続される位置項目の IPositionItem<TKey,TSortKey> の深さのレベルを取得します。 |
 | PositionItemDepthMax | |
 | PositionItemDepthMin | |
 | PositionItemIndex | 軸でこのインスタンスが関連付けられる階層の深さを取得します。/> |
 | PositionSize | 位置の項目番号を取得します。 |
 | SortKey | |
 | Values | Gets a collection containing the values in the Dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
トップ
パブリック メソッド
| | 名前 | 解説 |
 | Add | Adds the specified key and value to the dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | Clear | Removes all keys and values from the Dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | ContainsKey | Determines whether the Dictionary contains the specified key. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | ContainsValue | Determines whether the Dictionary contains a specific value. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | GetEnumerator | Returns an enumerator that iterates through the Dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | GetIndex | オーバーロードされます。 |
 | GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | Remove | Removes the value with the specified key from the Dictionary. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
 | TryGetValue | Gets the value associated with the specified key. System.Collections.Generic.Dictionary<TKey,PositionItemInfo<TKey,TSortKey>>から継承されます。 |
トップ
参照